Html Css Color HEX #CDFF1B Electric Lime

📋 copy color: '#CDFF1B'

red 205 ◦ green 255 ◦ blue 27

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

Shades of Electric Lime #CDFF1B

Tints of Electric Lime #CDFF1B

RGB

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

 GREEN value IS 255 (100% from 255) = 52.36%

 BLUE value IS 27 (10.94% from 255) = 5.54%

R = 42.09%
G = 52.36%
B = 5.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#CDFF1B (or 0xCDFF1B) is known color: Electric Lime. HEX triplet: CD, FF and 1B. RGB value is (205,255,27). Sum of RGB (Red+Green+Blue) = 205+255+27=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 27 (10.94% from 255 or 5.54% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF1B is #3200E4. Grayscale: #D6D6D6. Windows color (decimal): -3277029 or 1834957. OLE color: 1834957.

HSL color Cylindrical-coordinate representation of color #CDFF1B: hue angle of 73.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDFF1B is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 205 255 27 -
CMYK 0.20 0 0.89 0
HSL 73.16º 1% 0.55% -
HSV(B) 73.16º 0.89% 1% -
XYZ 61.13 84.58 14.14 -
YUV 214.06 22.44 121.54 -
System Red Green Blue C M Y K H S L
Decimal 205 255 27 0.20 0 0.89 0 73.16 1 0.55
Hex CD FF 1B 14 0 59 0 49 64 37
Octal 315 377 33 24 0 131 0 111 144 67
Binary 11001101 11111111 11011 10100 0 1011001 0 1001001 1100100 110111

Color Harmonies of #CDFF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF1B

Black with #CDFF1B

Text Example


Text Example

White with #CDFF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF1B; }

 p { color: rgb(205,255,27); }

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

background-color css

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

 a { background-color: rgb(205,255,27); }

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

border-color css

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

 span { border-color: rgb(205,255,27); }

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