Html Css Color HEX #CDF308 Electric Lime

📋 copy color: '#CDF308'

red 205 ◦ green 243 ◦ blue 8

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

Shades of Electric Lime #CDF308

Tints of Electric Lime #CDF308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 44.96%
G = 53.29%
B = 1.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#CDF308 (or 0xCDF308) is known color: Electric Lime. HEX triplet: CD, F3 and 08. RGB value is (205,243,8). Sum of RGB (Red+Green+Blue) = 205+243+8=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF308 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF308 is #320CF7. Grayscale: #CDCDCD. Windows color (decimal): -3280120 or 586701. OLE color: 586701.

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

Color convert

RGB 205 243 8 -
CMYK 0.16 0 0.97 0.05
HSL 69.7º 0.94% 0.49% -
HSV(B) 69.7º 0.97% 0.95% -
XYZ 57.27 77.1 12.09 -
YUV 204.85 16.91 128.11 -
System Red Green Blue C M Y K H S L
Decimal 205 243 8 0.16 0 0.97 0.05 69.7 0.94 0.49
Hex CD F3 8 10 0 61 5 46 5E 31
Octal 315 363 10 20 0 141 5 106 136 61
Binary 11001101 11110011 1000 10000 0 1100001 101 1000110 1011110 110001

Color Harmonies of #CDF308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF308

Black with #CDF308

Text Example


Text Example

White with #CDF308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF308; }

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

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

background-color css

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

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

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

border-color css

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

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

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