Html Css Color HEX #CDF90F Electric Lime

📋 copy color: '#CDF90F'

red 205 ◦ green 249 ◦ blue 15

#CDF90F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CDF90F

Tints of Electric Lime #CDF90F

RGB

 RED value IS 205 (80.47% from 255) = 43.71%

 GREEN value IS 249 (97.66% from 255) = 53.09%

 BLUE value IS 15 (6.25% from 255) = 3.2%

R = 43.71%
G = 53.09%
B = 3.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDF90F (or 0xCDF90F) is known color: Electric Lime. HEX triplet: CD, F9 and 0F. RGB value is (205,249,15). Sum of RGB (Red+Green+Blue) = 205+249+15=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 15 (6.25% from 255 or 3.20% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF90F is #3206F0. Grayscale: #D2D2D2. Windows color (decimal): -3278577 or 1046989. OLE color: 1046989.

HSL color Cylindrical-coordinate representation of color #CDF90F: hue angle of 71.28º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDF90F is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 15 -
CMYK 0.18 0 0.94 0.02
HSL 71.28º 0.95% 0.52% -
HSV(B) 71.28º 0.94% 0.98% -
XYZ 59.14 80.76 12.92 -
YUV 209.17 18.42 125.03 -
System Red Green Blue C M Y K H S L
Decimal 205 249 15 0.18 0 0.94 0.02 71.28 0.95 0.52
Hex CD F9 F 12 0 5E 2 47 5F 34
Octal 315 371 17 22 0 136 2 107 137 64
Binary 11001101 11111001 1111 10010 0 1011110 10 1000111 1011111 110100

Color Harmonies of #CDF90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF90F

Black with #CDF90F

Text Example


Text Example

White with #CDF90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF90F; }

 p { color: rgb(205,249,15); }

 H1.HeaderClassName
 {
   color: #CDF90F;
 }
 .AnyTagClassName
 {
   color: #CDF90F;
 }
</style>

background-color css

<style>
 a { background-color: #CDF90F; }

 a { background-color: rgb(205,249,15); }

 div.DivClassName
 {
   background-color: #CDF90F;
 }
 .BgClassName
 {
   background-color: #CDF90F;
 }
</style>

border-color css

<style>
 span { border-color: #CDF90F; }

 span { border-color: rgb(205,249,15); }

 td.TdClassName
 {
   border-color: #CDF90F;
 }
 .TagClassName
 {
   border-color: #CDF90F;
 }
</style>