Html Css Color HEX #CDF306 Electric Lime

📋 copy color: '#CDF306'

red 205 ◦ green 243 ◦ blue 6

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

Shades of Electric Lime #CDF306

Tints of Electric Lime #CDF306

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.52%

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 45.15%
G = 53.52%
B = 1.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CDF306 (or 0xCDF306) is known color: Electric Lime. HEX triplet: CD, F3 and 06. RGB value is (205,243,6). Sum of RGB (Red+Green+Blue) = 205+243+6=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 6 (2.73% from 255 or 1.32% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF306 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF306 is #320CF9. Grayscale: #CDCDCD. Windows color (decimal): -3280122 or 455629. OLE color: 455629.

HSL color Cylindrical-coordinate representation of color #CDF306: hue angle of 69.62º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF306 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 243 6 -
CMYK 0.16 0 0.98 0.05
HSL 69.62º 0.95% 0.49% -
HSV(B) 69.62º 0.98% 0.95% -
XYZ 57.26 77.09 12.03 -
YUV 204.62 15.91 128.27 -
System Red Green Blue C M Y K H S L
Decimal 205 243 6 0.16 0 0.98 0.05 69.62 0.95 0.49
Hex CD F3 6 10 0 62 5 46 5F 31
Octal 315 363 6 20 0 142 5 106 137 61
Binary 11001101 11110011 110 10000 0 1100010 101 1000110 1011111 110001

Color Harmonies of #CDF306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF306

Black with #CDF306

Text Example


Text Example

White with #CDF306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF306; }

 p { color: rgb(205,243,6); }

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

background-color css

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

 a { background-color: rgb(205,243,6); }

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

border-color css

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

 span { border-color: rgb(205,243,6); }

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